#!/bin/bas
#
#1. minimal LXDE install
for p in xorg lxde lightdm lxtask pm-utils hdparm \
	cpufrequtils alsa-utils network-manager-gnome \
	tango-icon-theme dmz-cursor-theme moblin-cursor-theme \
	obconf obmenu lxappearance-obconf geany \
	xfce4-power-manager rxvt-unicode bash-completion htop \
	elinks gparted ntp xcape debian-installer \
	;do echo $p >> config/package-lists/base.list.chroot ;done